home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / games / addons / rm110.arj / SCSI / FDCD.TXT < prev    next >
Text File  |  1993-09-03  |  7KB  |  214 lines

  1.  
  2.                FUTURE DOMAIN CORPORATION
  3.  
  4.                SCSI CD-ROM Device Driver 
  5.  
  6.  
  7. I. GENERAL PRODUCT OVERVIEW:
  8.  
  9.     1) Product description:
  10.  
  11.      The Future Domain SCSI CD-ROM device driver is to be used with
  12.      Future Domain SCSI Host controllers to support one or more CD-ROM
  13.      drives on a DOS-based host system.  The device driver can support
  14.      from 1 to 24 CD-ROM drives (via up to 4 SCSI controllers) on the
  15.      PC, PC/XT, PC/AT and Micro Channel Architecture (PS/2) environments.
  16.      Photo-CD is supported on drives as noted in section 3.
  17.  
  18.     2) Table of supported CD-ROM drives on 8 and 16 bit controllers:
  19.  
  20.      DRIVE MAKE              DRIVE MODEL NUMBERS
  21.     ------------     ----------------------------------
  22.      CHINON          CDX-435 CDS-435, CDC-435, CDS-535
  23.  
  24.          GOLDSTAR        GCD-R300B
  25.  
  26.      HITACHI         CDR-1750S, CDR-3650, CDR-3750
  27.  
  28.      IBM             CDROM I, CDROM II, CDROM III
  29.  
  30.      LMSI            CM-214, CM-215
  31.  
  32.      NEC             CDR-25, CDR-38, CDR-55JD, CDR-72, 
  33.                          CDR-73, CDR-74, CDR-83, CDR-84,
  34.                          CDR-74-1, CDR-84-1       
  35.              (M-series are also supported)
  36.  
  37.      PANASONIC       CR-301, CR-501, CR-532, CR-533
  38.  
  39.          PHILIPS         CM-405, CM-425
  40.  
  41.      PIONEER         DRM-600
  42.  
  43.      SONY            CDU-541, CDU-561, CDU-6110, CDU-6111, 
  44.              CDU-6211,CDU-7211
  45.         
  46.          TEAC            CD-50
  47.  
  48.      TEXEL           DM-3024, DM-5024, DM-3028, DM-5028
  49.  
  50.      TOSHIBA         XME-3201B, XME-3301TA, XME-3401B
  51.  
  52.          
  53.        This CD-ROM driver will support any SCSI-2 CD-ROM drive that
  54.        conforms to the SONY-561 specifications. 
  55.  
  56.     3) Table of Drives supporting Photo-CD:
  57.  
  58.     DRIVE VENDOR     MODEL NUMBERS     SINGLE/MULTI-SESSION
  59.     ------------     -------------     --------------------
  60.          CHINON          CDS-535           Single/Multi-session
  61.      
  62.      GOLDSTAR        GCD-R300B         Single/Multi-session
  63.  
  64.          IBM             CDROM III         Single/Multi-session
  65.  
  66.          LMSI            CM-215            Single/Multi-session     
  67.  
  68.          NEC             CDR-25            Single-session
  69.              CDR-84            Single-session
  70.              CDR-38            Single/Multi-session
  71.              CDR-55JD          Single/Multi-session
  72.              CDR-74-1/84-1     Single/Multi-session
  73.  
  74.      PANASONIC       CR-532            Single-session
  75.                          CR-533            Single/Multi-session
  76.  
  77.          PHILIPS         CM-405/425        Single/Multi-session
  78.  
  79.      SONY            CDU-541           Single-session
  80.              CDU-561           Single/Multi-session
  81.  
  82.          TEAC            CD-50             Single/Multi-session
  83.  
  84.      TEXEL           DM-3024/5024      Single/Multi-session
  85.                          DM-3028/5028      Single/Multi-session
  86.  
  87.      TOSHIBA         XME-3301TA        Single/Multi-session
  88.              XME-3401B         Single/Multi-session
  89.  
  90.         
  91.  
  92. II. SYSTEM REQUIREMENTS:
  93.  
  94.         - PC/AT or MCA computer system with at least 2 MB memory to
  95.           run Windows 3.1.
  96.  
  97.     - MS or PC DOS Version 3.x - 6.0x.
  98.  
  99.     - CD-ROM Extensions 
  100.  
  101.     - A Hard Disk Drive. (Optional)
  102.        (Not necessary for device driver or host controller but
  103.        may be necessary for some CD-ROM application programs.)
  104.  
  105.  
  106. III. INSTALL/TECH TIPS (READ BEFORE INSTALLATION):
  107.  
  108.     1) IMPORTANT - If the CD-ROM device(s) is attached to a Future Domain
  109.     SCSI controller which contains a BIOS Version 3.00 or 8.00, you must
  110.     take one of the following actions:
  111.  
  112.     a) Upgrade the BIOS.
  113.     b) Load the DOS CAM loadable driver. (DCAM950.EXE or DCAM18XX.EXE)
  114.     c) Use the '/T' command line parameter to force the CD-ROM device
  115.        driver to talk directly to the SCSI controller.
  116.  
  117.         usage: DEVICE=C:\DEV\FDCD.SYS /D:MSCD000 /T
  118.  
  119.        NOTE: The '/T' parameter must only be used with SCSI controllers 
  120.          that contain the 3.00 or 8.00 BIOS.
  121.  
  122.     2) Command line parameter '/I' (controls Disk Change status)
  123.     If this switch is not specified, the driver will not return an
  124.     "Invalid Disc Change" error if the SAME disc is reinserted into
  125.     the drive.  This may cause a problem if two different disc's
  126.     having the same volume size are being used.
  127.  
  128.        If you are experiencing this problem, specifying the /I switch
  129.     will force the driver to always return an "Invalid Disc Change"
  130.     error anytime a disc is changed. (SAME or DIFFERENT disc)
  131.  
  132.        usage: DEVICE=C:\DEV\FDCD.SYS /D:MSCD000 /I
  133.  
  134.     3) LASTDRIVE = Z in the CONFIG.SYS file.
  135.     The install program will default to using drive letter 'Z'.
  136.     This drive letter should be changed so that DOS does not reserve
  137.     more drive letters than are necessary.
  138.  
  139.        example: If you have one fixed drive with two partitions using
  140.          drive letter C & D and one CD-ROM drive using drive
  141.          letter E, set LASTDRIVE to E (LASTDRIVE = E). This is
  142.          very important for Network users so that drive letters
  143.          will be available to access Network drives as in a
  144.          Novell environment.
  145.  
  146.     4) You can remove the BIOS chip on the Future Domain SCSI controller
  147.     if there are no fixed drives attached.  This will allow the system
  148.     to boot-up much more quickly since the SCSI bus will not be scanned
  149.     by the BIOS upon boot-up.
  150.  
  151.     5) For compatibility with the Future Domain FDDEVICE.SYS device
  152.     driver, load the FDDEVICE.SYS driver before loading FDCD.SYS
  153.     in the CONFIG.SYS file.
  154.  
  155.     6) The /F driver paramater can be used to force the scanning of the
  156.        SCSI devices in ascending order. The default is descending
  157.        order, i.e., from ID 6 to 0.
  158.  
  159.  
  160. IV. TESTED SOFTWARE SUPPORT:
  161.  
  162.     Microsoft:
  163.     - TESTDRV.EXE (CD-ROM device driver test program)
  164.     - CDSPEED.EXE (CD-ROM Data Streaming Transfer Rate Test)
  165.     - Windows 3.0 with Multimedia extensions V1.0
  166.     - Windows 3.1
  167.     - BookShelf
  168.     - Programmer's Library
  169.     - Musicbox with a variety of audio discs
  170.     - Multimedia Beethoven
  171.  
  172.     National Geographic Society:
  173.     - Mammals: A Multimedia Encyclopedia
  174.     - The Presidents
  175.     
  176.     Sierra Online:
  177.     - Mother Goose
  178.  
  179.     Software Toolworks:
  180.     - CD Game Pack
  181.     - Illustrated Encyclopedia
  182.     - US Atals
  183.     - World Atlas
  184.  
  185.  
  186.     NOTE: The CD-ROM device driver will work under Windows 3.0/3.1 in REAL,
  187.        STANDARD and ENHANCED mode.  Depending on the application being
  188.        used, you may be limited to using REAL mode.  Contact the
  189.        manufacture of the application for compatibility under Windows.
  190.  
  191.  
  192. V. LIMITATIONS:
  193.  
  194.     1) The following drives do not support Audio Channel Manipulation:
  195.  
  196.        - Sony CDU-6110 (does not support audio)
  197.  
  198.        - Sony CDU-6111 (supports stereo mode only)
  199.  
  200.  
  201. VI. CUSTOMER SUPPORT:
  202.  
  203.     To contact our Customer Support Department please call :
  204.  
  205.         Future Domain Corporation
  206.         2801 McGaw Ave.
  207.         Irvine, Ca. 92714
  208.  
  209.         Telephone #: (714) 253-0440
  210.         Fax #:       (714) 253-0429
  211.  
  212.         Monday - Friday, 8am - 5pm PST.
  213.  
  214.